home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / Bas / Educ / PaintPC / install.exe / PaintPC.exe / scripts / DefineButton2_537 / BUTTONCONDACTION on(release).as
Text File  |  1999-06-04  |  329b  |  23 lines

  1. on(release){
  2.    tellTarget("/butterfly")
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6.    tellTarget("/flower")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10.    tellTarget("/house")
  11.    {
  12.       gotoAndStop(1);
  13.    }
  14.    tellTarget("/modern")
  15.    {
  16.       gotoAndStop(1);
  17.    }
  18.    tellTarget("/caterpillar")
  19.    {
  20.       gotoAndStop(1);
  21.    }
  22. }
  23.